chore(licence): normalise to MPL-2.0 + CC-BY-SA-4.0 (canonical pair)#49
Merged
Merged
Conversation
- LICENSES/ = {MPL-2.0.txt, CC-BY-SA-4.0.txt} (canonical)
- root LICENSE = MPL-2.0 (SPDX header + full body) so GitHub displays MPL-2.0
- SPDX: code -> MPL-2.0, docs (.md/.adoc) -> CC-BY-SA-4.0
- fixed metadata license fields + licence badges; vendored/upstream paths untouched
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
hyperpolymath
enabled auto-merge (squash)
June 24, 2026 09:33
hyperpolymath
disabled auto-merge
June 24, 2026 09:41
Resolve the modify/delete conflict on the issue templates by accepting main's deletion: commit fca441b retired the local issue/discussion templates to inherit the org .github canon, so bug_report.md and feature_request.md are removed rather than resurrected to carry #49's now-moot SPDX edits. Brings in ADR-0002 + the ADJUST i18n stanza (#50). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN
hyperpolymath
added a commit
that referenced
this pull request
Jun 24, 2026
Follow-up to #49 (merged at `0c0c2e8`). Three residual sweep lines — among the "12" you flagged in #49 — were not corrected before merge, so they are currently live on `main`. This applies the corrections you approved (per-file, owner-sanctioned). | | File | Correction | Why | |---|---|---|---| | **A** | `LICENSE` | `http://mozilla.org/MPL/2.0/` → `https://…` (+ drop a stray trailing space) | Estate "HTTPS only" — the sweep had downgraded the canonical MPL URL. | | **B** | `PALIMPSEST.adoc` | "Add SPDX headers to **source files**: `…CC-BY-SA-4.0`" → `MPL-2.0` | Source files take MPL-2.0; the sweep had told readers to put a prose licence on source. File **header** stays `CC-BY-SA-4.0` (correct for a doc). | | **C** | `RSR_OUTLINE.adoc` | in-body "`== License` → `CC-BY-SA-4.0`" → `MPL-2.0` | States the template's **own** licence (MPL-2.0). The prior `MPL-2.0-or-later` isn't a valid SPDX id, so restored to canonical `MPL-2.0`. File **header** stays `CC-BY-SA-4.0`. | Net: 3 files, +4/−4. No SPDX **header** changed; no vendored/upstream path touched; no relicensing — these revert sweep collateral back to the repo's own classification. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN --- _Generated by [Claude Code](https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN)_ Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Estate licence normalisation (batch). LICENSES/={MPL-2.0,CC-BY-SA-4.0}; root LICENSE=MPL-2.0 (GitHub display); code->MPL-2.0, docs(.md/.adoc)->CC-BY-SA-4.0; metadata/badge contradictions fixed; vendored/upstream paths untouched. Residual contradiction lines after fix: 12. Manual-review licence PR.